home *** CD-ROM | disk | FTP | other *** search
/ Jurassic Jigsaws / JURASSIC.BIN / dintrfce.dir / 00014_Script_exit button script < prev    next >
Text File  |  1996-09-27  |  525b  |  19 lines

  1. on mouseDown
  2.   global gIntroFileName
  3.   puppetsound "click"
  4.   updatestage
  5.   put the clickon into tWhichSprite
  6.   buttonscript (tWhichSprite)
  7.   if rollover(tWhichSPrite) then 
  8.     puppetsound "click"
  9.     updatestage
  10.     --    if not voidp(gIntroFileName) then 
  11.     --      go to movie gIntroFileName
  12.     --    else
  13.     --alert "The Intro file did not properly set the gIntroFileName variable" & RETURN &¼
  14.             "Tell this to your local programmer"
  15.     go to movie "intro"
  16.     --    end if
  17.   end if
  18.   
  19. end